(version 2)
(include "sci.sh")
(exports
    3 Sam Andreas
)
(use "Main")
(use "Blink")
(use "View")
(script 1808)



(instance public {Sam Andreas} of Talker
    (properties
        x 5
        y 5
        view 1815
        loop 3
        disposeWhenDone 2
        talkWidth 150
        textX 133
        textY 12
    )

    (method (init param1)
        = back gBack
        = font gFont
        (super:init(samAndreasBust samAndreasEyes samAndreasMouth rest param1))
    )

)
(instance samAndreasBust of Prop
    (properties
        view 1815
        loop 1
    )
)
(instance samAndreasEyes of Prop
    (properties
        nsTop 23
        nsLeft 43
        view 1815
        loop 2
    )
)
(instance samAndreasMouth of Prop
    (properties
        nsTop 36
        nsLeft 45
        view 1815
    )
)
